Routes an entity aggregation read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained and grouped according to the TGroupingCriteria.

Name Description
Get(TFilteringCriteria, TGroupingCriteria, TOrderingCriteria) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained, then grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.
Get(TFilteringCriteria, TGroupingCriteria, TOrderingCriteria, TPagingCriteria) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities in the read segment defined by TPagingCriteria and in compliance with the TFilteringCriteria are obtained, then grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.
Get(TGroupingCriteria) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities are obtained and grouped according to the TGroupingCriteria.
Get(TGroupingCriteria, TOrderingCriteria) Routes an entity aggregation read request to the underlying data store, so that all TEntity entities are obtained, then grouped according to the TGroupingCriteria and finally sorted in the order defined by TOrderingCriteria.